*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Fri, 10 May 2002 01:00:29 +0000 (01:00 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 10 May 2002 01:00:29 +0000 (01:00 +0000)
lisp/ChangeLog

index 1b4c8b47abcf7097cf4d11fe15a5a54be561c0df..a946a4fcb8aa1edf858e167ceaf04f55685079d0 100644 (file)
@@ -1,3 +1,11 @@
+2002-05-09  Richard M. Stallman  <rms@gnu.org>
+
+       * progmodes/compile.el (compilation-error-regexp-alist): 
+       New element to recognize Python error messages.
+       
+       * shell.el (shell-replace-by-expanded-directory): 
+       If there's already a / at the end, don't add one.
+       
 2002-05-09  Colin Walters  <walters@verbum.org>
 
        * ibuffer.el (ibuffer-mode-map): Add :enable guards for
@@ -22,7 +30,7 @@
        `display-color-cells' unless the display class is one for which
        that info is relevant.
 
-2002-05-07  Simon Josefsson  <jas@extundo.com>
+2002-05-09  Simon Josefsson  <jas@extundo.com>
 
        * mail/smtpmail.el (smtpmail-send-it): Use user-mail-address from
        calling buffer.
@@ -62,6 +70,8 @@
 
 2002-05-08  Richard M. Stallman  <rms@gnu.org>
 
+       * diff.el (diff-regexp-alist): Doc fix.
+
        * mail/smtpmail.el (netrc-machine, netrc-get): Add autoloads.
 
 2002-05-08  Simon Marshall  <simon@gnu.org>